home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_IILOGMN.STR < prev    next >
Encoding:
Text File  |  1999-02-12  |  1.8 KB  |  57 lines

  1. <%
  2. 'Localizable strings for iilogmn.asp
  3.  
  4. Const L_GENERAL_TEXT = "General Logging Options"
  5. Const L_EXTPROPERTIES_TEXT = "Extended Logging Options"
  6. Const L_NEWTIMEPERIOD_TEXT = "New log time period"
  7. Const L_HOURLY_TEXT = "Hourly"
  8. Const L_LOCALTIME_TEXT = "Use local time for file naming and rollover"
  9. Const L_DAILY_TEXT = "Daily"
  10. Const L_WEEKLY_TEXT= "Weekly"
  11. Const L_MONTHLY_TEXT = "Monthly"
  12. Const L_UNLIMITED_TEXT = "Unlimited file size"
  13. Const L_LIMITED_TEXT = "When file size reaches:"
  14. Const L_MB_TEXT = "MB"
  15. Const L_LOGFILEPROPS_TEXT = "Log file"
  16. Const L_LOGDIR_TEXT = "Directory:"
  17. Const L_LOGFILE_TEXT = "Name:"
  18. Const L_BROWSE_TEXT = "Browse..."
  19.  
  20. Const L_ODBCOPTIONS_TEXT = "ODBC Logging Options"
  21. Const L_ODBCDSNAME_TEXT = "ODBC Data Source Name (DSN)"
  22. Const L_TABLE_TEXT = "Table"
  23. Const L_USER_TEXT = "User Name"
  24. Const L_PASSWORD_TEXT = "Password"
  25. Const L_NOUNCS = "UNC paths are not allowed for the log file directory."
  26. Const L_CONFIRMPASSWORD_TEXT="Confirm Password"
  27. Const L_PASSNOTMATCH_TEXT = "The password you entered does not match."
  28. Const L_INTEGERREQ_TEXT = "Please enter an integer."
  29.  
  30. Const L_LIMITLOG = "ncsa#.log"
  31. Const L_DAYLOG = "ncyymmdd.log"
  32. Const L_WEEKLOG = "ncyymmww.log"
  33. Const L_MONTHLOG = "ncyymm.log"
  34. Const L_HOURLOG = "ncyymmddhh.log"
  35.  
  36.  
  37. ' Resizing constants for the property pages of the Logging properties dialog.
  38.  
  39. ' NOTE: If the height of the dialog or the head frame is changed
  40. ' in iilog.str this value should be changed by an equal amount
  41. Const L_PAGEHEIGHT_NUM = 405
  42.  
  43. ' General Page
  44. Const L_NEWTIMEPERIOD_HR = 250
  45. Const L_FILESIZETEXT_NUM = 10
  46. Const L_LOGFILEPROPS_HR = 300
  47. Const L_LOGDIRTEXT_NUM = 30
  48. Const L_LOGFILETEXT_NUM = 30
  49.  
  50. ' ODBC Page
  51. Const L_ODBCTEXTFIELDS_NUM = 50
  52.  
  53. ' Extended Properties Page
  54. Const L_PROPTREEFRAME_H = 300
  55. Const L_PROPTREEFRAME_W = 400
  56.  
  57. %>